home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 17 / q17.d81 / t.iw boot < prev    next >
Text File  |  2022-08-28  |  4KB  |  89 lines

  1.  
  2.                              I N D E X W R I T E R
  3.  
  4.                               by Barbara Schulak
  5.  
  6.  
  7.      In these days of specialization it's only natural that someone would
  8. come out with a word processor designed especially for 3x5 inch index cards
  9. and postcards.  And on LOADSTAR it's only natural that Barbara Schulak would
  10. write the program.  Use INDEXWRITER for recipes, addresses, refrigerator
  11. notes -- anything that fits in the 44 x 14 character window.
  12.  
  13.      INDEXWRITER displays a box in the center of the screen and allows you
  14. to type anywhere in the box.  All of the handy text manipulation devices you
  15. expect from an input box are supported, except cut and paste.  You can use
  16. DELete, INSerT, CLR, HOME, the CRSR keys, and several ESCape codes to clear,
  17. insert and scroll lines.  There is even word wrap.
  18.  
  19.      At the top of the screen is a grey command bar with a light red cursor.
  20.  Move the cursor with the RIGHT/LEFT CRSR key to the command you want and
  21. press RETURN.  One of the commands is INSTRUCTIONS which explain what each
  22. of the commands does.  The HELP command will display the keys that are
  23. active in the EDIT mode when you are entering your text.  Other commands
  24. are:
  25.  
  26.  LOAD - This will display a window with a directory of the INDEXWRITER files
  27. on the disk in the current drive.  Move the highlight bar with the CRSR
  28. UP/DOWN key to the file you want to load and press RETURN.  Only INDEXWRITER
  29. files -- those that begin with an "iw." prefix -- will be shown.  If you
  30. have over 21 "iw." files on the disk the directory will scroll out of the
  31. window.  If the file you want is at the top of the list and may scroll out,
  32. just press STOP while the desired file is still showing and the directory
  33. display will stop.  Then move the highlight bar to the file and press
  34. RETURN.  There is a file called "iw.sample file" on the LOADSTAR disk to
  35. help you get started.
  36.  
  37.  SAVE - This will save whatever is in the input box as a 5-block "iw." file.
  38. You are asked for a filename.  The current filename (if there is one) is
  39. displayed on the input line with the cursor positioned right after it.  If
  40. you change your mind about saving, use the DELete key to erase the name and
  41. press RETURN.  No file will be saved.  DO NOT enter the "iw." prefix!  It
  42. will automatically be entered for you.  This means that you can enter a
  43. maximum of thirteen characters for your filename.
  44.  
  45.  EDIT - This puts the cursor in the center box so you can start typing your
  46. text.  You can press F7 to see the HELP box, which shows you the editing
  47. help keys.  When done press F1 to go back to the top command bar.  You can
  48. always go back to the center box by choosing EDIT again.
  49.  
  50.  PRINT - This will ask you how many copies of the card you want printed. 
  51. Enter a number from 1 through 9.  Then you're asked if the printer is ready.
  52. If you aren't ready to print, or if the printer is not on, answer N for No. 
  53.  
  54.  DISK - This changes the grey command bar to another command bar.  From it
  55. you can
  56.  
  57.  See the directory of the current drive
  58.  Initialize a disk -- do this if you insert a different disk
  59.  Rename a file
  60.  Scratch a file
  61.  Format a disk -- you will be warned that this will totally erase a disk
  62.  Change the drive number to any drive that's on -- (8 through 16)
  63.  Validate a disk
  64.  Check the error channel
  65.  Change the drive type from 1541 to 1571 mode -- 1541 is the default
  66.  Return to the main command bar
  67.  
  68.  COLOR - This will change the color of the text in the center box.  You may
  69. cycle through all of the colors except black.
  70.  
  71.  HELP - This will display the text entry commands.  Pressing the HELP key
  72. will only print "help" in the text.  You must choose HELP from the command
  73. bar to see the help screen.
  74.  
  75.  INSTR - This will display some text to help you get started.
  76.  
  77.  EXIT - This will take you to LOADSTAR 128 if there's one in drive 8.  If
  78. not, then it will take you to BASIC.  If you plan to load other programs
  79. (without resetting the computer) after using INDEXWRITER it's best to use
  80. this EXIT since it resets certain pointers and vectors.
  81.  
  82.      This program is in BASIC 7.0 but it uses Jon Mattson's CONTROL 80 (from
  83. LS 128 #10).  Run the program before editing it or the CONTROL 80 commands
  84. won't be saved correctly.
  85.  
  86. FT
  87.  
  88.                   **** R - Run    RETURN - Menu ****                        
  89.